home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4364 / 4364.xpi / chrome / elemhidehelper.jar / skin / classic / composer.css next >
Cascading Style Sheet File  |  2009-07-01  |  2KB  |  68 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Adblock Plus Element Hiding Helper.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Wladimir Palant.
  18.  * Portions created by the Initial Developer are Copyright (C) 2006-2009
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * ***** END LICENSE BLOCK ***** */
  24.  
  25. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  26.  
  27. scrollbox
  28. {
  29.     overflow: auto;
  30. }
  31.  
  32. dialog:not([advancedMode=true]) #nodes-tree,
  33. dialog:not([advancedMode=true]) #nodes-tree-splitter
  34. {
  35.     display: none;
  36. }
  37.  
  38. treechildren::-moz-tree-cell-text(anchor)
  39. {
  40.     font-weight: bold;
  41. }
  42. treechildren::-moz-tree-row(anchor, selected-false)
  43. {
  44.     background-color: #FFC0C0;
  45. }
  46.  
  47. attribute
  48. {
  49.     -moz-binding: url(chrome://elemhidehelper/content/attribute.xml#attributeBasic);
  50.     padding: 5px;
  51. }
  52. attribute vbox
  53. {
  54.     border: 1px solid transparent;
  55. }
  56. attribute[selected="true"] vbox
  57. {
  58.     border: 1px dotted ThreeDDarkShadow;
  59. }
  60. dialog[advancedMode=true] attribute:not([notextbox])
  61. {
  62.     -moz-binding: url(chrome://elemhidehelper/content/attribute.xml#attributeAdvanced);
  63. }
  64. dialog[advancedMode=true] attribute:not([notextbox]) .checkbox-label-box
  65. {
  66.     display: none;
  67. }
  68.